home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMESCREFERENTE / TFRMESCREFERENTE.txt
Text File  |  2004-10-21  |  2KB  |  117 lines

  1. object frmEscReferente: TfrmEscReferente
  2.   Left = 266
  3.   Top = 59
  4.   BorderStyle = bsNone
  5.   Caption = 'frmEscReferente'
  6.   ClientHeight = 289
  7.   ClientWidth = 496
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Shape1: TShape
  19.     Left = 0
  20.     Top = 0
  21.     Width = 496
  22.     Height = 289
  23.     Align = alClient
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 9
  28.     Width = 126
  29.     Height = 13
  30.     Caption = 'Escolha um Referente'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 10
  41.     Top = 245
  42.     Width = 167
  43.     Height = 22
  44.     Caption = 'Lista de Referentes'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -19
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object DBGrid1: TDBGrid
  54.     Left = 10
  55.     Top = 25
  56.     Width = 471
  57.     Height = 200
  58.     Color = 14413786
  59.     Ctl3D = False
  60.     DataSource = DataSource1
  61.     FixedColor = 13551795
  62.     Options = [dgTitles, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  63.     ParentCtl3D = False
  64.     ReadOnly = True
  65.     TabOrder = 0
  66.     TitleFont.Charset = DEFAULT_CHARSET
  67.     TitleFont.Color = clWindowText
  68.     TitleFont.Height = -11
  69.     TitleFont.Name = 'MS Sans Serif'
  70.     TitleFont.Style = []
  71.     OnDrawColumnCell = DBGrid1DrawColumnCell
  72.     OnDblClick = DBGrid1DblClick
  73.     Columns = <
  74.       item
  75.         Expanded = False
  76.         FieldName = 'Descri∩┐╜∩┐╜o'
  77.         Width = 450
  78.         Visible = True
  79.       end>
  80.   end
  81.   object BitBtn1: TBitBtn
  82.     Left = 328
  83.     Top = 244
  84.     Width = 75
  85.     Height = 25
  86.     TabOrder = 1
  87.     Kind = bkOK
  88.   end
  89.   object BitBtn2: TBitBtn
  90.     Left = 408
  91.     Top = 244
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Cancelar'
  95.     TabOrder = 2
  96.     Kind = bkCancel
  97.   end
  98.   object DataSource1: TDataSource
  99.     DataSet = Table1
  100.     Left = 160
  101.     Top = 8
  102.   end
  103.   object Table1: TTable
  104.     Filtered = True
  105.     FieldDefs = <
  106.       item
  107.         Name = 'Descri∩┐╜∩┐╜o'
  108.         Attributes = [faRequired]
  109.         DataType = ftString
  110.         Size = 50
  111.       end>
  112.     StoreDefs = True
  113.     Left = 192
  114.     Top = 8
  115.   end
  116. end
  117.